svg can be modified and exported as png using figma ( figma.com )

To build icon (.ico) multisize from svg :
download magick there https://imagemagick.org/script/download.php
then
magick -density 256x256 -background transparent PC_Icon.svg -define icon:auto-resize PC_Icon.ico

